Skip to main content

Select

Intersection of
Omit
ControlProps
ControlProps
Intersection of
ControlDisplayProps
ControlDisplayProps
className
string
distinction
ControlDistinction
id
string
intent
Intent
name
string
placeholder
| null| string
scheme
Scheme
size
Size
ValidationStateProps
ValidationStateProps
onValidationStateChange
(error?: string) => void
validationState
ValidationState
ControlStateProps
ControlStateProps
active
boolean
disabled
boolean
focused
boolean
hovered
boolean
loading
boolean
readOnly
boolean
required
boolean
ControlFocusProps
ControlFocusProps
onBlur
() => void
onFocus
() => void
onFocusChange
(isFocused: boolean) => void
ControlConstraintProps
ControlConstraintProps
max
| null| V
maxLength
number
min
| null| V
minLength
number
pattern
string
step
number
ControlValueProps
ControlValueProps
defaultValue
| null| V
notNull
boolean
onChange
(value?: | null| V) => void
value
| null| V
__type
isSearchable
boolean
options*
SelectOption<V>[]
rows
undefined
styles
StylesConfig<any, boolean, never>
React.RefAttributes